home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fritz: All Fritz
/
All Fritz.zip
/
All Fritz
/
FILES
/
PROGMISC
/
BIOSDOS.LZH
/
QUICKREF.BAT
< prev
Wrap
DOS Batch File
|
1980-01-01
|
1KB
|
42 lines
echo off
CLS
echo ╔═════════════════════════════╗
echo ║ QUICKREF by DAVID E. POWELL ║
echo ╚═════════════════════════════╝
if .%1 == .bios goto ok
if .%1 == .BIOS goto ok
if .%1 == .dos goto ok
if .%1 == .DOS goto ok
echo The proper syntax is:
echo .
echo QUICKREF [BIOS │ DOS]
echo .
goto end
:ok
echo Turn on your printer and
pause
cls
echo SAU├─────THIS SHOULD BEGIN ON THE LEFT PERFORATION >PRN
echo Adjust the horizontal alignment of your paper according to the test
echo pattern just printed. If it is not correct, press CTL-BREAK and
echo re-run this program. Otherwise,
pause
cls
echo Align your printer's paper to top-of-form and turn it off, then back on.
echo Leave a blank sheet at the top and bottom after it is finished printing.
pause
cls
echo ------------ PRINTING FRONT SIDE OF %1 QUICK REFERENCE CARD -----------
copy %1ref1.crd prn >nul
echo When it stops printing, tear off the paper TWO perfs below the end.
echo Turn off the printer and put the paper back in to print on the reverse side.
echo Try to align the top-of-form to the same spot as the first time.
echo Turn the printer back on and
pause
cls
echo ------------ PRINTING BACK SIDE OF %1 QUICK REFERENCE CARD -----------
copy %1ref2.crd prn >nul
echo Now you can get out your scissors and tape and put it all together.
echo Append any comments or suggestions to QUICKREF FORUM on IBMPC at YKTVMV.
:end